Bump all versions
authorFelix Krull <f_krull@gmx.de>
Fri, 26 Mar 2021 19:40:53 +0000 (20:40 +0100)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:56 +0000 (12:53 -0400)
rust-bindings/rust/Cargo.toml
rust-bindings/rust/README.md
rust-bindings/rust/sys/Cargo.toml

index 74b601622858e0668684c90c07cfeb021b48fce0..c008bf94b9fb234aae8185d7bc38e7d920680388 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "ostree"
-version = "0.9.1"
+version = "0.10.0"
 authors = ["Felix Krull"]
 
 license = "MIT"
@@ -40,7 +40,7 @@ glib-sys = "0.10.0"
 gobject-sys = "0.10.0"
 gio-sys = "0.10.0"
 once_cell = "1.4.0"
-ostree-sys = { version = "0.7.1", path = "sys" }
+ostree-sys = { version = "0.7.2", path = "sys" }
 radix64 = "0.6.2"
 hex = "0.4.2"
 thiserror = "1.0.20"
index c06c5c89567581cf267969ab0f49a8981c221e80..9f27ce74de4e57f85c94f8cc330c6b3ac0a2c818 100644 (file)
@@ -36,7 +36,7 @@ To use the crate, add it to your `Cargo.toml`:
 
 ```toml
 [dependencies]
-ostree = "0.9"
+ostree = "0.10"
 ```
 
 To use features from later libostree versions, you need to specify the release
@@ -44,7 +44,7 @@ version as well:
 
 ```toml
 [dependencies.ostree]
-version = "0.9"
+version = "0.10"
 features = ["v2021_1"]
 ```
 
index 107be753fa79372726b4a70819a1f8cb3e614c18..a64e2fcf5961803ccf0ab9063cf29aa256941b85 100644 (file)
@@ -69,7 +69,7 @@ license = "MIT"
 links = "ostree-1"
 name = "ostree-sys"
 repository = "https://gitlab.com/fkrull/ostree-rs"
-version = "0.7.1"
+version = "0.7.2"
 [package.metadata.docs.rs]
 features = ["dox"]
 [package.metadata.system-deps.ostree_1]